SQLDriverConnect (odbc32)
Last changed: Steve Waggoner-65.223.32.12

.
Summary
SQLDriverConnect is an alternative API to SQLConnect. The difference is that it can popup the dialog to ask the user for more information about the connection

C# Signature:

[DllImport("odbc32.dll",CharSet=CharSet.Unicode)]
extern static short SQLDriverConnect(int hdbc, int hwnd, string connStrIn, short connStrInLength, StringBuilder connStrOut, short connStrOutMaxLength, out short connStrOutLength, ushort driverCompletion);

VB Signature:

TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation